home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
590
/
590.xpi
/
chrome
/
ipv6ident.jar
/
content
/
ipv6ident.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-02-17
|
1KB
|
43 lines
/*
ShowIP Firefox Extension
Copyright (C) 2007 Jan Dittmer <jdi@l4x.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
statusbarpanel#showip_status {
/* min-width: 12ex !important;
*/
}
/*
label#showip_status_text {
color: black;
}
label#showip_status_text[status="unknown"] {
color: black;
}
label#showip_status_text[status="ipv4"] {
color: red;
}
label#showip_status_text[status="ipv6"] {
color: green;
}
*/
label.clabel {
width:8em;
}